home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
FCHEK284.ZIP
/
test
/
backslash.f
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-06
|
328 b
|
17 lines
character*100 c
c = 'line\
break'
c = 'LINE\
$ BREAK'
c = '\142\040\40\132_\x5ag'
c = 'abcdefg'
c = "abcdefg"
c = c// "don't"
c = 'He said "yes," I think'
c = "\n, \\"
c = "\""
c = '\' !'
C the next one tests unix_backslash
c = '\'!'
end